What's the difference between [A,B] and [A;B] in MatLab?

Posted by Runner on Stack Overflow See other posts from Stack Overflow or by Runner
Published on 2010-04-09T16:58:31Z Indexed on 2010/04/09 17:03 UTC
Read the original article Hit count: 185

Filed under:
|
%   CAT(2,A,B) is the same as [A,B].
%   CAT(1,A,B) is the same as [A;B].

Seems I need to know this to understand what cat does.

© Stack Overflow or respective owner

Related posts about matlab

Related posts about syntax